home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •Games Parlour• / HyperQuackey 1.1 •••• / HyperQuackey 1.1 ееее / card_4598.txt < prev    next >
Text File  |  1990-10-02  |  4KB  |  102 lines

  1. -- card: 4598 from stack: in.1 –µ–µ–µ–µ
  2. -- bmap block id: 5373
  3. -- flags: 4000
  4. -- background id: 2264
  5. -- name: How to use Hyperquackey
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=252 top=28 right=301 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0004
  25. -- rect: left=467 top=303 right=326 bottom=495
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 6720 / 6720
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go card "Welcome"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 6 (button)
  42. -- low flags: 00
  43. -- high flags: 0004
  44. -- rect: left=402 top=303 right=326 bottom=431
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 15420 / 15420
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go prev card
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 7 (button)
  61. -- low flags: 00
  62. -- high flags: 0004
  63. -- rect: left=434 top=303 right=326 bottom=463
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 16560 / 16560
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: 
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   go next card
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part contents for card part 1
  80. ----- text -----
  81. First of all, if possible you should play this game on a RAM disk.  This is because every time something on the screen changes, HyperCard writes it to disk.  On floppies this would probably be prohibitively slow.  On a hard disk, it's tolerable but not advisable.
  82.  
  83. At any time, you can press the Return key to take the next logical action.  For example, after you've played a round, just press Return to score it.
  84.  
  85. To start the game, click the New Game button.  This clears the scores,asks for players' names, and creates a card for each player.  To move between players' cards, press the left and right arrow keys.
  86.  
  87. To take a turn, click the New Roll button.  This rolls all the cubes, clears the word lists, and starts the timer.
  88.  
  89. To make a word, click on the cubes showing the letters of that word.
  90. If you make a mistake, click the Clear word in progress button.
  91. Or, shift-click on a cube to remove the last letter from the word.
  92.  
  93. When the timer runs out, click the Score button and Hyperquackey will calculate your score.  If the word lists are not correct (e.g., you accidentally entered a word you didn't mean to), edit them before you click on Score.
  94.  
  95. To move a cube, drag it while holding down the Option key.
  96.  
  97. Hyperquackey automatically keeps you from entering a word twice and entering a plural of a word you have already used in the singular.
  98.  
  99. When you click the New Game button,Hyperquackey starts a new game for you with the same player as the previous game.  To start a new game with a new set of players, hold down the Option key as you click New Game.
  100.  
  101. You can adjust the values that Hyperquackey uses to determine when you have won, how long each round takes, and when you become vulnerable.  The default values are:5000 is the winning score; each round runs 180 seconds; and at 2000 points you become vulnerable. Advanced players might wish to use values of 10000,180,0.  To set these values, click Preferences.  If you type invalid data on the Preferences card, it will restore the previous settings when you leave, as Hyperquackey would otherwise croak.
  102.